home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / photo3d / PHOTO3D.exe / 0 / RCDATA / TTEXFORMATDIALOG / TTEXFORMATDIALOG.txt
Text File  |  1998-06-30  |  1KB  |  66 lines

  1. object TexFormatDialog: TTexFormatDialog
  2.   Left = 43
  3.   Top = 245
  4.   Width = 212
  5.   Height = 181
  6.   Caption = 'TexFormatDialog'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clGreen
  9.   Font.Height = -12
  10.   Font.Name = 'Courier'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object RadioGroup1: TRadioGroup
  16.     Left = 18
  17.     Top = 8
  18.     Width = 175
  19.     Height = 89
  20.     Caption = 'Format to Save Texture'
  21.     Font.Charset = SHIFTJIS_CHARSET
  22.     Font.Color = clGreen
  23.     Font.Height = -13
  24.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  25.     Font.Style = []
  26.     Items.Strings = (
  27.       'BMP'
  28.       'JPEG')
  29.     ParentFont = False
  30.     ParentShowHint = False
  31.     ShowHint = False
  32.     TabOrder = 0
  33.   end
  34.   object OKBtn: TButton
  35.     Left = 19
  36.     Top = 112
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Font.Charset = SHIFTJIS_CHARSET
  41.     Font.Color = clGreen
  42.     Font.Height = -13
  43.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  44.     Font.Style = []
  45.     ModalResult = 1
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     OnClick = OKBtnClick
  49.   end
  50.   object CancelBtn: TButton
  51.     Left = 114
  52.     Top = 112
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Cancel'
  56.     Font.Charset = SHIFTJIS_CHARSET
  57.     Font.Color = clGreen
  58.     Font.Height = -13
  59.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  60.     Font.Style = []
  61.     ModalResult = 2
  62.     ParentFont = False
  63.     TabOrder = 2
  64.   end
  65. end
  66.